chore: bump gui-chat-protocol to ^0.3.3 and update deps#11
Merged
Conversation
- gui-chat-protocol -> ^0.3.3 (where applicable) - bump @tailwindcss/vite, @typescript-eslint/*, eslint, eslint-plugin-vue, globals, tailwindcss, typescript, vite, vue, vue-tsc Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
The vue-tsc --noEmit typecheck was failing with TS2503/TS2304 'Cannot find namespace google'. Three small issues compounded: - src/env.d.ts used /// <reference types="@types/google.maps" />, but TypeScript's types= directive expects the package name without the @types/ prefix. - tsconfig.json's include did not match *.d.ts, so env.d.ts was not picked up by typecheck even after fixing the reference. - Add "types": ["google.maps"] to tsconfig.json to explicitly include the ambient namespace, matching tsconfig.build.json. Also normalize tsconfig.build.json to use "google.maps" (without the @types/ prefix) for consistency. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gui-chat-protocolto^0.3.3(where applicable)0.4.xplugin trackItems to Confirm / Review
peerDependenciesforvue/react/react-domleft as-is (loose ranges) — onlygui-chat-protocolwas bumped in peerDependencies@vitejs/plugin-reactleft as-is per request (4.x → 6.x major bump available; deferred)react,react-dom,@types/react,@types/react-domleft as-is per requestdist/not touched (auto-generated, gitignored)User Prompt
Verification
yarn install✅yarn build✅yarn lint✅🤖 Generated with Claude Code